-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue1542 #1543
Conversation
3.9 now failed the tests? It is insane how Python is updated so frequently and have all these compatibility issues! Even R does not do this to its users. |
Yes, got python 3.10, 3.11, and 3.12 working, but 3.9 fails. The problem is that I used some private functions of Let me see what is going on with 3.9. |
The problem with python 3.9 is related to remote execution of tasks, which is quite puzzling, I do not have time to further investigate this issue and will leave it for later. You can make use of this branch if you are in a hurry. |
Thank you @BoPeng . We typically use |
@BoPeng another idea is that we drop support ot python 3.9 and lower. We require it 3.10 and up? |
#1542
It looks like python 3.12 changes the calling pattern for multiple inheritance.